Description
Will remove all proxies pointing on the input document. Useful for instance to unpublish a document. Notice: this operation will remove all proxies, including the ones pointing to the current document version (live proxies). Activating the save parameter forces the changes to be written in database immediately (at the cost of performance loss).
Operation id | Document.RemoveProxies |
Aliases | Document.RemoveProxies
|
Category | Document |
Label | Remove Document Proxies |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.RemoveProxies",
"aliases" : [ "Document.RemoveProxies" ],
"label" : "Remove Document Proxies",
"category" : "Document",
"requires" : null,
"description" : "Will remove all proxies pointing on the input document. Useful for instance to unpublish a document. Notice: this operation will remove all proxies, including the ones pointing to the current document version (live proxies). Activating the save parameter forces the changes to be written in database immediately (at the cost of performance loss).",
"url" : "Document.RemoveProxies",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "save",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
} ]
}